home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2001 May / macformat_103_may_2001.iso / Demos / REALbasic® 3 / REALbasic 3 / REALbasic 3.rsrc / STR#_201.txt < prev    next >
Encoding:
Text File  |  2001-01-31  |  3.9 KB  |  253 lines

  1. Statement expected
  2.  
  3. Unexpected token
  4.  
  5. Type mismatch
  6.  
  7. Duplicate label
  8.  
  9. SUB or FUNCTION expected
  10.  
  11. Identifier expected
  12.  
  13. Unknown type
  14.  
  15. Unknown label
  16.  
  17. Type expected
  18.  
  19. , or ) expected
  20.  
  21. Missing type
  22.  
  23. Invalid type
  24.  
  25. Unexpected text after End Function
  26.  
  27. Unexpected text after End Sub
  28.  
  29. Dim statement must come before code
  30.  
  31. Array bound can't be negative
  32.  
  33. Number expected
  34.  
  35. ')' expected
  36.  
  37. Expected 'as'
  38.  
  39. Expected 'Function', not 'Sub'
  40.  
  41. Expected 'Sub', not 'Function'
  42.  
  43. Expecting an lvalue
  44.  
  45. Function results can't be ignored
  46.  
  47. Expecting '='
  48.  
  49. Expecting Then
  50.  
  51. Expecting array
  52.  
  53. Internal compiler error
  54.  
  55. Incorect number of dimensions to ReDim array
  56.  
  57. Missing While
  58.  
  59. Missing Do
  60.  
  61. No enclosing While, Do or For Loop
  62.  
  63. Expecting boolean operand
  64.  
  65. Can only raise objects derived from RuntimeException
  66.  
  67. Expecting a type name
  68.  
  69. For loop indexes must be local variables
  70.  
  71. Expecting an integer loop index
  72.  
  73. Expecting 'To' or 'DownTo'
  74.  
  75. Mismatched 'Next'
  76.  
  77. Expecting 'Case'
  78.  
  79. Expecting string or integer expression
  80.  
  81. Property can't be accessed at runtime
  82.  
  83. Can't access private property
  84.  
  85. ',' expected
  86.  
  87. XCMD methods only supported for Mac targets
  88.  
  89. Only integer, string and floating point parameters are supported for XCMDs
  90.  
  91. AppleScript methods only supported for Mac targets
  92.  
  93. Only integer and string parameters are supported for scripts
  94.  
  95. Line too complex
  96.  
  97. Array assignment not supported
  98.  
  99. The instance variable can't be read at runtime
  100.  
  101. The instance variable can't be modified at runtime
  102.  
  103. The instance variable is read-only
  104.  
  105. Only integer, string and floating point parameters are supported for XFCNs
  106.  
  107. AppleScript functions only supported for Mac targets
  108.  
  109. Only integer and string parameters are supported for scripts
  110.  
  111. Java implementation doesn't support implicit windows
  112.  
  113. Unknown constant
  114.  
  115. Mismatched #else
  116.  
  117. Mismatched #endif
  118.  
  119. Expecting a boolean operand
  120.  
  121. Expecting a numeric operand
  122.  
  123. Expecting a string operand
  124.  
  125. Incompatible types
  126.  
  127. IsA only operates on object operands
  128.  
  129. Apple menu items aren't supported for Win32 build
  130.  
  131. Index required for menu array reference
  132.  
  133. Unknown identifier '%1'
  134.  
  135. Index expected for control array reference
  136.  
  137. Cannot access private method
  138.  
  139. Parameters expected
  140.  
  141. Array methods can only be used on single index arrays
  142.  
  143. Object arrays can't be sorted
  144.  
  145. Boolean arrays can't be sorted
  146.  
  147. Invalid array method
  148.  
  149. Only red, green, and blue are valid color properties
  150.  
  151. Not an object
  152.  
  153. Undefined CFM entry point
  154.  
  155. Not an array
  156.  
  157. Incorrect number of array indices
  158.  
  159. %1 isn't supported in the Java implementation
  160.  
  161. Only objects can be cast
  162.  
  163. Menu object isn't a menu array
  164.  
  165. %1 takes %2 parameters
  166.  
  167. %1 takes 2 or 3 parameters
  168.  
  169. Too many parameters
  170.  
  171. Not enough parameters
  172.  
  173. Not enough parameters
  174.  
  175. Missing End If
  176.  
  177. Missing Wend
  178.  
  179. Missing Loop
  180.  
  181. Missing Next
  182.  
  183. Missing End Select
  184.  
  185. Unmatched Else statement
  186.  
  187. Unmatched ElseIf statement
  188.  
  189. Unmatched Case statement
  190.  
  191. Unmatched Wend statement
  192.  
  193. Unmatched End Select statement
  194.  
  195. Unmatched Next statement
  196.  
  197. Unmatched Loop statement
  198.  
  199. Missing %1 statement
  200.  
  201. Parameters can't be modified unless they are declared as ByRef
  202.  
  203. Ambiguous reference to overloaded method
  204.  
  205. Constructors not implemented for Java yet
  206.  
  207. New operator has incorrect number of parameters for constructor
  208.  
  209. Array assignment not supported
  210.  
  211. Reference parameters not supported for Java
  212.  
  213. Reference parameters can only be local variables
  214.  
  215. The instance variable can't be read at runtime
  216.  
  217. The instance variable can't be modified at runtime
  218.  
  219. Unsupported Variant conversion
  220.  
  221. Only integer, string and floating point parameters are supported for XFCNs
  222.  
  223. AppleScript functions only supported for Mac targets
  224.  
  225. Only integer and string parameters are supported for scripts
  226.  
  227. Unknown class '%1'
  228.  
  229. Can only use self inside an object method
  230.  
  231. Can only use me inside an object method
  232.  
  233. Can't dynamically create controls that aren't members of a control array
  234.  
  235. Can't instantiate abstract class
  236.  
  237. Can't instantiate interface class
  238.  
  239. Can't dynamically create controls from classes
  240.  
  241. Unexpected end of line
  242.  
  243. Expected (
  244.  
  245. Undefined binding class '%1'
  246.  
  247. 'Lib' Expected
  248.  
  249. String Expected
  250.  
  251. Invalid inline code format
  252.  
  253.